projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb1b6f
)
(Sequence Functions): sequencep accepts bool-vectors.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 13 Oct 2003 19:27:50 +0000
(19:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 13 Oct 2003 19:27:50 +0000
(19:27 +0000)
lispref/sequences.texi
patch
|
blob
|
history
diff --git
a/lispref/sequences.texi
b/lispref/sequences.texi
index 75b4b31bebdd95dae65bbdccd71108ec4d81abeb..70b84da3fd8464776efc1fdb28b168b9304b5de5 100644
(file)
--- a/
lispref/sequences.texi
+++ b/
lispref/sequences.texi
@@
-70,7
+70,7
@@
sequence.
@defun sequencep object
Returns @code{t} if @var{object} is a list, vector,
-string, or char-table, @code{nil} otherwise.
+string,
bool-vector,
or char-table, @code{nil} otherwise.
@end defun
@defun length sequence